Bind M-= back to count-words-region, and let it accept a prefix arg.
authorChong Yidong <cyd@gnu.org>
Fri, 10 Aug 2012 16:02:48 +0000 (00:02 +0800)
committerChong Yidong <cyd@gnu.org>
Fri, 10 Aug 2012 16:02:48 +0000 (00:02 +0800)
commit239b74875afaa4f0cde5fa2c20ec1ec8c9f1c201
treeaa1377a66e3b800277ef18d41463fae5dd15146d
parentea2d86b485a946e76e2ad34207ae4a8ccee47e9c
Bind M-= back to count-words-region, and let it accept a prefix arg.

* lisp/bindings.el: Bind M-= back to count-words-region.

* lisp/simple.el (count-words-region): Accept a prefix arg for acting
on the entire buffer.
(count-words--buffer-message): New helper function.
etc/NEWS
lisp/ChangeLog
lisp/bindings.el
lisp/simple.el